From 35f95eb1e1606143bb77a79fca1a2d68218f13b0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=3D=3FUTF-8=3Fq=3FFabi=3DC3=3DA1n=3D20Ezequiel=3D20Gallina?= =?utf8?q?=3F=3D?= Date: Thu, 17 May 2012 00:03:29 -0300 Subject: [PATCH] Renamed indentity occurrences to identity in previous commmit --- lisp/progmodes/python.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el index 777436cf89b..f5b75686f50 100644 --- a/lisp/progmodes/python.el +++ b/lisp/progmodes/python.el @@ -1232,11 +1232,11 @@ uniqueness for different types of configurations." python-shell-prompt-block-regexp python-shell-prompt-output-regexp (mapconcat #'symbol-value python-shell-setup-codes "") - (mapconcat #'indentity python-shell-process-environment "") - (mapconcat #'indentity python-shell-extra-pythonpaths "") - (mapconcat #'indentity python-shell-exec-path "") + (mapconcat #'identity python-shell-process-environment "") + (mapconcat #'identity python-shell-extra-pythonpaths "") + (mapconcat #'identity python-shell-exec-path "") (or python-shell-virtualenv-path "") - (mapconcat #'indentity python-shell-exec-path ""))))) + (mapconcat #'identity python-shell-exec-path ""))))) (defun python-shell-parse-command () "Calculate the string used to execute the inferior Python process." -- 2.30.2